projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0da6086
)
(load_charset): Reformat X==Y==Z to (X==Y)==Z.
author
Kenichi Handa
<handa@m17n.org>
Fri, 1 May 2009 10:55:12 +0000
(10:55 +0000)
committer
Kenichi Handa
<handa@m17n.org>
Fri, 1 May 2009 10:55:12 +0000
(10:55 +0000)
src/charset.c
patch
|
blob
|
history
diff --git
a/src/charset.c
b/src/charset.c
index 15975a4ebf613756bfce75939bdea9c3d3297690..107647f3b239d7042f78ffed793b4e0657296e97 100644
(file)
--- a/
src/charset.c
+++ b/
src/charset.c
@@
-646,7
+646,7
@@
load_charset (charset, control_flag)
if (inhibit_load_charset_map
&& temp_charset_work
&& charset == temp_charset_work->current
- && (
control_flag == 2
== temp_charset_work->for_encoder))
+ && (
(control_flag == 2)
== temp_charset_work->for_encoder))
return;
if (CHARSET_METHOD (charset) == CHARSET_METHOD_MAP)